Building a Simple ETL Pipeline with Python and Google Cloud Platform

Extracting data from an FTP server using Google Cloud Functions and loading to BigQuery

Tobi Sam
Towards Data Science
5 min readApr 22, 2020

--

GCP

There are a lot of ETL tools out there and sometimes they can be overwhelming, especially when you simply want to copy a file from point A to B. So today, I am going to show you how to extract a CSV file…

--

--